Fills the interior of a polygon specified by a points list.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
void FillPolygon ( |
Visual Basic
Copy Code
|
|---|
Sub FillPolygon( _ |
A Brush object that determines the characteristics of the fill.
A list of points that represents the polygon to fill.
See Also